home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / faster10.zip / faster.txt
Text File  |  1997-06-04  |  5KB  |  130 lines

  1.      Faster 1.0
  2.      Copyright (C) 1996 Ching-Chih (Oscar) Chang
  3.      All Rights Reserved
  4.      
  5.      email: oscarc@divideby0.com
  6.        url: http://www.divideby0.com/programs.html
  7.  
  8. =============================================================================
  9.                       Legal Notice and Use Policy
  10. =============================================================================
  11.  
  12.      You may use this program freely, recompile it for  other  platforms
  13.      or  alter it to your liking.  I do *require* you to state that I am
  14.      the original author of this program.
  15.      
  16.      As a courtesy, please  send  me  an  email about the changes you've
  17.      made or if you've ported this program  to  another  platform.   The
  18.      makefile   you  write  for  your  platform  can  be  added  to  the
  19.      distribution source.
  20.  
  21.      This program is distributed in the hope that it will be useful, but
  22.      WITHOUT  ANY  WARRANTY;  without   even  the  implied  warranty  of
  23.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  24.  
  25.      In other words, use this  at  your  own risk.  I am not responsible
  26.      for any or all damages that may come from the use of this program.
  27.  
  28.      (  Don't you just love legal mumbo jumbo?  Oh well it keeps my butt
  29.      out of jail.  :) )
  30.  
  31. =============================================================================
  32.                            Function of Faster
  33. =============================================================================
  34.  
  35.        Faster is designed to make your web pages load up...well faster. :)
  36.  
  37.      It's done by adding the WIDTH and HEIGHT components to the IMG tag.
  38.  
  39.      By  doing  this,  a  graphical  web browser will know the width and
  40.      height of an image, put a  place holder there, and continue loading
  41.      the page.  This makes the page load faster because the browser will
  42.      know the size of the image  without  loading  the  actual  graphics
  43.      file.
  44.  
  45.      NOTE: If you find this utility useful, please drop me an email at
  46.      oscarc@divideby0.com, I'd love to hear from you.
  47.  
  48. =============================================================================
  49.                            How to use Faster
  50. =============================================================================
  51.  
  52.      Usage:
  53.          faster <options> <wildcards> ...
  54.  
  55.      Options:
  56.          -h or -?     Will load the help screen explaining all the options
  57.  
  58.          -u          Uppercase: All the width and height tags added
  59.                      will be in uppercase letters.
  60.  
  61.          -l          Lowercase: all the width and height tags added
  62.                      will be in lower case letters. *Default*
  63.  
  64.          -b          Backup: A copy of the original files will be made 
  65.                     before it is processed.
  66.  
  67.          -r          Recurse: Recurse into the subdirectories.
  68.  
  69.          -d          Delete: Delete all the WIDTH and HEIGHT components
  70.                     without adding new ones.
  71.  
  72. Examples:
  73.  
  74.      faster *.html
  75.  
  76.      This will process all the files in the current directory that ends
  77.      in an .html
  78.  
  79.      faster *.html *.shtml
  80.  
  81.      This will process all the files in the current directory that ends 
  82.      in .html and then .shtml.
  83.  
  84.      faster -r *.html *.shtml
  85.  
  86.      This will process all the files ending in .html and *.shtml in the 
  87.      current directory and its subdirectories.
  88.  
  89. =============================================================================
  90.                            Additional Goodies
  91. =============================================================================
  92.  
  93.      I did add a function where if the hard  disk  runs  out  of  space,
  94.      Faster  will  ask you for an alternate path to save your html file.
  95.      However, this has not been tested, but, it should work.  :)
  96.  
  97.      When using the -b  option  and  Faster  is  backing up files, if an
  98.      error occurs (most likely from running out of disk  space),  Faster
  99.      will  ask  you  if  you'd  like  to continue or quit.  If your in a
  100.      multitasking environment you can clear some disk space  for  Faster
  101.      to continue.
  102.  
  103. =============================================================================
  104.                           Supported Platforms
  105. =============================================================================
  106.  
  107.      Official Platforms Supported
  108.          OS/2 2.0 and higher (32-bit)
  109.         MS/PC DOS 5 and higher (16-bit)
  110.  
  111.      Note:   If you have ported Faster to another platform, please email
  112.      me and I can  make  the  makefile  available  along with the source
  113.      distribution.  If you only have the binary please tell me where  it
  114.      is  located  and  I  will  put  the location in this section of the
  115.      documentation.
  116.  
  117. =============================================================================
  118.                                Known Bugs
  119. =============================================================================
  120.  
  121.      The  DOS version of Faster will not work with the long filenames of
  122.      Win95.  An unofficial Win95 version should be out soon.
  123.  
  124. =============================================================================
  125.                                 History
  126. =============================================================================
  127.  
  128.       09/13/96      1.0 released to the general public.
  129.                     Yes I know, it's Friday the 13th, muhahahahahah!! :)
  130.